You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like .skeleton-block only sets color: transparent on itself, but doesn’t cascade that to all its children—especially elements like or which have their own color styles. I’m not entirely sure why it doesn’t target all child elements, maybe there’s a reason for that.
In its current state, unless you manually add .is-skeleton to each element (like links or buttons), they still appear styled and visible inside a skeleton block, which feels a bit inconsistent.
@jgthms, would it make sense for .skeleton-block to apply color: transparent to all children? I’d be happy to help if needed.
Please see attached pictures
The text was updated successfully, but these errors were encountered: